Welcome![Sign In][Sign Up]
Location:
Search - c51 4

Search list

[Other resourceC51 4个例程(8425)

Description: 单片机编程,C51 4个例程(8425),适合初学者。-microcontroller programming, C51 four routines (8425), suitable for beginners.
Platform: | Size: 8439 | Author: 王秀丽 | Hits:

[Program docC51单片机 入门好教程1

Description: 这是一本关于 Intel 80C51 以及广大的 51 系列单片机的书 这本书介绍给读者一些 新的技术 使你的 8051 工程和开发过程变得简单 请注意 这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰 在适当的地方给出了程序代码 我们以讨论项目的方法来说 明每章碰到的问题 所有的代码都可在附带的光盘上找到 你必须熟系 C 和 8051 汇编 因 为本书不是一本 C和汇编的指导书 你可以买到不少关于 ANSI C的书 最佳选择当然是 Intel 的数据书 可从你的芯片供应商处免费索取 和随编译工具附送的手册 附送光盘中有我为这本书编写和收集的程序 这些程序已经通过测试 这并不意味着 你可以随时把这些程序加到你的应用系统或工程中 有些地方必须首先经过修改才能结合 到你的程序中 这本书将教你充分使用你的工具 如果你只有 8051 的汇编程序 你也可以学习该书和 使用这些例子 但是你必须把 C 语言的程序装入你的汇编程序中 这对懂得 C 语言和 8051 汇编程序指令的人来说并不是一件困难的事 如果你有 C 编译器的话 那恭喜你 使用 C 语言进行开发是一个好的决定 你会发现 使用 C 进行开发将使你的工程开发和维护的时间大大减少 如果你已经拥有 Keil C51 那 你已经选择了一个非常好的开发工具 我发现 Keil 软件包能够提供最好的支持 本书支持 Keil C 的扩展 如果你有其它的开发工具像 Archimedes 和 Avocet 这本书也能很好地为 你服务 但你必须根据你所用的开发工具改变一些 Keil 的特殊指令 在书的一些地方有硬件图 实例程序在这些硬件上运行 这些图绘制地不是很详细 主要是方框图 但足以使读者明白软件和硬件之间的接口 读者应该把这本书看成工具书 而不是用来学习各种系统设计 通过本书 你可以了 解给定一定的硬件和软件设计之后 8051 的各种性能 希望你能从本书中获取灵感 并有助 于你的设计 使你豁然开朗 当然 我希望你也能够从本书中学到有用的知识 使之能够 提升你的设计
Platform: | Size: 951964 | Author: huolingyi | Hits:

[Documents《Keil –C51 编译器用户手册 中文完整版》

Description: 关于c51单片机 很好用 拿来分享一下
Platform: | Size: 1424351 | Author: yufangming | Hits:

[SCMkeil c51使用手册中文讲解

Description: keil c51使用手册中文讲解-Keil decoder manual on Chinese
Platform: | Size: 288768 | Author: 唐飞 | Hits:

[SCMKeil C51微处理器开发工具使用指南

Description: Keil C51微处理器开发工具使用指南-Keil C51 microprocessor development tools Guide
Platform: | Size: 648192 | Author: lby | Hits:

[SCMC51手机键盘

Description: C51的4×3键盘、LED数码显示、串行通讯-C51 4 3 keyboard, LED digital display, serial communications
Platform: | Size: 2048 | Author: 成工 | Hits:

[SCMC51 4个例程(8425)

Description: 单片机编程,C51 4个例程(8425),适合初学者。-microcontroller programming, C51 four routines (8425), suitable for beginners.
Platform: | Size: 8192 | Author: 王秀丽 | Hits:

[Embeded-SCM DevelopC51使用技巧及实战

Description: C51使用技巧及实战,对初学者和高手都有用的东西。--Tips and techniques of using C51.
Platform: | Size: 947200 | Author: 李焱 | Hits:

[Embeded-SCM Develop搜集的许多C51教程及KeilC使用

Description: 本人搜集的许多C51及KeilC使用方面的文章,现放在一起上载,大部分网上搜到的文档不出其中了!--Many articles about learning C51 and using KeilC. I collected them from web.
Platform: | Size: 20846592 | Author: 易小弟 | Hits:

[OtherKeil C51语言学习(周立功版)

Description: KEIL C51的学习书,是周立功出的,讲解详细,例子实用,好书-KEIL C51 learning, yes, who the week to explain the detailed, practical examples, good books
Platform: | Size: 947200 | Author: 劳中建 | Hits:

[BooksC51编写菜单的例子

Description: 是有关 C51编写菜单的例子 ,现在好多人都在用LCD并且都做成菜单,对需要的朋友有用-the C51 to prepare the menu for example, many people are using LCD and the menu at all of the useful friends
Platform: | Size: 37888 | Author: tml | Hits:

[OtherC51-123

Description: C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
Platform: | Size: 188416 | Author: DCH555 | Hits:

[BooksC51

Description: C51的编程规范,对于初学C51的人来说帮助不小哟,不妨看看嘛?-C51 programming norms, C51 for the beginner who is not a small yo help, it may take a look at them?
Platform: | Size: 192512 | Author: 向胜昔 | Hits:

[DocumentsC51

Description: C51中如何解决程序地址定位的问题,(关于SST)-C51 program addresses how to solve the problem of positioning, (for SST)
Platform: | Size: 20480 | Author: baihua | Hits:

[Booksc51

Description: 详细的C51开发资料及相关教程和程序。是广大软件开发的号工具。-C51 Development of detailed information and relevant curriculum and procedures. The vast number of its software development tools.
Platform: | Size: 6348800 | Author: EricWang | Hits:

[SCMC51

Description: 单片机c51的教程,介绍的比较详细,是一本好书。-C51 Singlechip guidelines for a more detailed introduction is a good book.
Platform: | Size: 4817920 | Author: 林月林 | Hits:

[SCMC51

Description: c51单片机资料,模拟串口通信程序,-C51 single-chip data, analog serial communication procedures,
Platform: | Size: 135168 | Author: 刘涛 | Hits:

[SCMC51

Description: C51单片机编程 想学嵌入式的下载哦-C51 single-chip embedded programming, like the download Oh
Platform: | Size: 322560 | Author: sjhdu | Hits:

[SCMC51

Description: C51单片机C语言入门教程,里面很详细的介绍了C51的实现过程。-C51 single-chip C Language Tutorial, which describes in great detail the realization of the process of C51.
Platform: | Size: 395264 | Author: 西岭雪 | Hits:

[Software Engineeringc51-code

Description: c51中程序设计指导,可以作为初学者的参考文献-C51 in the programming guide, can be used as references for beginners
Platform: | Size: 10394624 | Author: 李涛 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net